ArcGIS Runtime SDK for WPF - Library Reference
ExecuteAsync(List<GPParameter>) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > Geoprocessor Class > ExecuteAsync Method : ExecuteAsync(List<GPParameter>) Method

parameters
The parameters to use to execute the task.
Executes the task. Raises the ExecuteCompleted event on success, or the Failed event on failure.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExecuteAsync( _
   ByVal parameters As List(Of GPParameter) _
) 
C# 
public void ExecuteAsync( 
   List<GPParameter> parameters
)

Parameters

parameters
The parameters to use to execute the task.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.